Remove Dalvik properties and enable dexopt optimizations#2
Remove Dalvik properties and enable dexopt optimizations#2EliasTheBigMasterofIssues wants to merge 4 commits into
Conversation
profile services and wifi-service to reduce RAM and storage.
Signed-off-by: nnippon99 <adamayyad1999@hotmail.com>
SystemUI - Add Settings & SystemUI The default ART setting is quicken: run DEX code verification and optimize some DEX instructions to get better interpreter performance. This commit switches performance critical applications to speed: run DEX code verification and AOT-compile all methods. PRODUCT_DEXPREOPT_SPEED_APPS (New in Android O) List of applications that have been identified as core to the products and which are desirable to compile with the speed compiler filter. For example, persistent apps such as SystemUI get a chance to use profile-guided compilation only at the next reboot, so it may be better for the product to have these apps always AOT-compiled. Signed-off-by: DarkAngelGR <asavvo01@gmail.com>
LOL! Sorry for my confusion |
It is okay to keep it in the Waydroid side, since waydroid-init will override these props by default |
Thank you |
Depends: 2321